Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
AsaAccessGroup Class Reference

Public Member Functions

Direction getDirection ()
 Return the direction in which the acl is applied on the interface. More...
 
string getNameIf ()
 Return the nameIf of the interface the acl is applied on. More...
 
string getAclId ()
 Return the acl id that the access-group is associated with. More...
 
void setDirection (Direction)
 Set the direction of the acl. More...
 
void setNameIf (string)
 Set the nameIf that the access-list will be applied on. More...
 
void setAclId (string)
 Set the access-list id to be used to apply on the interface. More...
 
string toString ()
 Return the string configuration of the access-group. More...
 

Member Function Documentation

◆ getAclId()

string AsaAccessGroup::getAclId ( )

Return the acl id that the access-group is associated with.

◆ getDirection()

Direction AsaAccessGroup::getDirection ( )

Return the direction in which the acl is applied on the interface.

◆ getNameIf()

string AsaAccessGroup::getNameIf ( )

Return the nameIf of the interface the acl is applied on.

◆ setAclId()

void AsaAccessGroup::setAclId ( string  )

Set the access-list id to be used to apply on the interface.

◆ setDirection()

void AsaAccessGroup::setDirection ( Direction  )

Set the direction of the acl.

Parameters
directioneIn =0, eOut, eGlobal

◆ setNameIf()

void AsaAccessGroup::setNameIf ( string  )

Set the nameIf that the access-list will be applied on.

◆ toString()

string AsaAccessGroup::toString ( )

Return the string configuration of the access-group.


The documentation for this class was generated from the following file: